home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-10-30 | 625 b | 12 lines | [TEXT/MMCC] |
- void SetupTheFloatingWindow(WindowPtr theWindow);
- void ShutDownTheFloatingWindow(void);
- void OpenTheFloatingWindow(WindowPtr theWindow);
- void CloseTheFloatingWindow(WindowPtr theWindow);
- void IdleInFloatingWindow(WindowPtr theWindow, Point mouseLoc);
- void KeyPressedInFloatingWindow(WindowPtr theWindow, unsigned char theChar);
- void MouseClickedInFloatingWindow(WindowPtr theWindow, Point thePoint);
- void DisposeTheFloatingWindow(WindowPtr theWindow);
- void ActivateTheFloatingWindow(WindowPtr theWindow);
- void DeactivateTheFloatingWindow(WindowPtr theWindow);
- void DrawTheFloatingWindow(WindowPtr theWindow, short theDepth);
-